Global Index
HTML5 JS API Index > DOM Tutorials & Specs

HTMLDataElement

Extends HTMLElement.

The data element represents its contents, along with a machine-readable form of those contents in the value attribute.

Properties
DOMString
value
The value IDL attribute must reflect the content attribute of the same name.